home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / NKFLARE.ZIP / Test5.pov < prev    next >
Encoding:
Text File  |  1997-08-26  |  610 b   |  28 lines

  1. // LnsFlare 3.0 demonstration file for POV-Ray 3.0
  2. //
  3. // By Nathan Kopp - August 26, 1997
  4. //
  5.  
  6. #declare sky_vect = z
  7. #declare cam_loc = <0,0,-5>
  8. #declare lookat = <0,5,0>
  9.  
  10. camera {  //  Camera StdCam
  11.   location  cam_loc
  12.   direction <0.0,     0.0,  1.04>
  13.   sky       sky_vect   // Use right handed-system!
  14.   up        <0.0,     0.0,  1.0>  // Where Z is up
  15.   right     <1.33333, 0.0,  0.0>
  16.   look_at   lookat
  17. }
  18.  
  19. #max_trace_level 30
  20.  
  21. #declare bright_background = true
  22. background { color <0.800,0.800,0.950> }
  23.  
  24. #declare light_loc = <1,5,3>
  25. #include "tv-day2.flr"
  26. #include "nkflare.inc"
  27.  
  28.